For internal testing of markdown engine

Highlighting

GitHub Flavored Markdown

using ICommand = net.r_eg.vsSBE.Actions.ICommand;
using ISolutionEvent = net.r_eg.vsSBE.Events.ISolutionEvent;

namespace vsCommandEvent
{
    public class CSharpMode
    {
        public static int Init(ICommand cmd, ISolutionEvent evt)
        {
            return 0;
        }
    }
}

List

  • Item 1
    • Item 2
    • Item 3
      • Item4
  • Item 5
    • Item 6
      • Item 7
        • Item 8
  • Item 9
  1. Item 1
    1. Item 2
    2. Item 3
      1. Item4
    3. Item 10
  2. Item 5
    1. Item 6
      1. Item 7
        1. Item 8
  3. Item 9